Bring the dogs in shape
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 18:44:33 +0000 (18:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 18:44:33 +0000 (18:44 +0000)
svn path=/trunk/; revision=17927

docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkrecentaction.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkscalebutton.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtktooltip.sgml [new file with mode: 0644]
docs/reference/gtk/tmpl/gtkvolumebutton.sgml [new file with mode: 0644]

index 8a94a29a6c10bfc8bf34954678e70d1fa44be208..2fff05302416b40eab94e3c0d2a3f1db7f640304 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-26   Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/*: Get the docs in shape
+
 2007-05-25   Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new functions
index 8088be3040195182b3ce14f06e0cc19c27339589..19f6adf676daad22e0673b91258951008d853022 100644 (file)
@@ -41,6 +41,7 @@ IGNORE_HFILES=                                \
        gtkfilesystemwin32.h            \
        gtkhsv.h                        \
        gtkiconcache.h                  \
+        gtkiconcachevalidator.h         \
        gtkiconthemeparser.h            \
        gtkimmodule.h                   \
        gtkintl.h                       \
@@ -58,15 +59,20 @@ IGNORE_HFILES=                              \
        gtkprintutils.h                 \
        gtkprintoperation-private.h     \
        gtkprivate.h                    \
+       gtkquery.h                      \
        gtkrbtree.h                     \
        gtkrecentchooserdefault.h       \
        gtkrecentchooserutils.h         \
        gtkrecentchooserprivate.h       \
+       gtksearchengine.h               \
+       gtksearchenginebeagle.h         \
+       gtksearchenginetracker.h        \
+       gtksearchenginesimple.h         \
        gtksequence.h                   \
        gtksocketprivate.h              \
-       gtktreedatalist.h               \
-       gtktreeprivate.h                \
        gtktextbtree.h                  \
+       gtktextbufferserializ.h         \
+       gtktextchildprivate.h           \
        gtktextdisplay.h                \
        gtktextiterprivate.h            \
        gtktextlayout.h                 \
@@ -75,10 +81,14 @@ IGNORE_HFILES=                              \
        gtktexttagprivate.h             \
        gtktexttypes.h                  \
        gtktextutil.h                   \
+       gtkthemes.h                     \
        gtktoggleactionprivate.h        \
        gtktrayicon.h                   \
+       gtktreedatalist.h               \
+       gtktreeprivate.h                \
        gtktypebuiltins.h               \
        gtkxembed.h                     \
+       gtkwindow-decorate.h            \
        gtkwin32embed.h                 \
        gtkwin32embedwidget.h           \
        xdgmime                         \
index c6cabcf4138bb271c108e224046d7d905cbf74a4..a5ea4b1ecd5f1f2eaab553b30c2192cbb4e3e17d 100644 (file)
 <!ENTITY GtkRecentChooserWidget SYSTEM "xml/gtkrecentchooserwidget.xml">
 <!ENTITY GtkRecentFilter SYSTEM "xml/gtkrecentfilter.xml">
 <!ENTITY GtkRecentManager SYSTEM "xml/gtkrecentmanager.xml">
+<!ENTITY GtkRecentAction SYSTEM "xml/gtkrecentaction.xml">
 <!ENTITY GtkRuler SYSTEM "xml/gtkruler.xml">
 <!ENTITY GtkScale SYSTEM "xml/gtkscale.xml">
 <!ENTITY GtkScaleButton SYSTEM "xml/gtkscalebutton.xml">
@@ -393,9 +394,9 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
         &GtkButton;
         &GtkCheckButton;
         &GtkRadioButton;
-        &GtkScaleButton;
         &GtkToggleButton;
         &GtkLinkButton;
+        &GtkScaleButton;
        &GtkVolumeButton;
     </chapter>
 
@@ -476,6 +477,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
         &GtkAction;
         &GtkToggleAction;
         &GtkRadioAction;
+        &GtkRecentAction;
     </chapter>
 
     <chapter id="SelectorWidgets">
@@ -654,6 +656,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
 
   &gtk-glossary;
 
+<!--
   <index>
     <title>Index</title>
   </index>
@@ -678,5 +681,6 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
   <index role="2.12">
     <title>Index of new symbols in 2.12</title>
   </index>  
+-->
 
 </book>
index f4059825b9bae2cdc0acd531bc7024fb6bed2ae7..17d9192cf1a114e2c7a35630a112f9d1e6ed0556 100644 (file)
@@ -472,6 +472,43 @@ GTK_BUTTON_GET_CLASS
 gtk_button_get_type
 </SECTION>
 
+<SECTION>
+<FILE>gtkscalebutton</FILE>
+<TITLE>GtkScaleButton</TITLE>
+GtkScaleButton
+gtk_scale_button_new
+gtk_scale_button_set_icons
+gtk_scale_button_get_value
+gtk_scale_button_get_adjustment
+gtk_scale_button_set_adjustment
+<SUBSECTION Standard>
+GTK_TYPE_SCALE_BUTTON
+GTK_SCALE_BUTTON
+GTK_IS_SCALE_BUTTON
+GTK_SCALE_BUTTON_CLASS
+GTK_IS_SCALE_BUTTON_CLASS
+GTK_SCALE_BUTTON_GET_CLASS
+<SUBSECTION Private>
+gtk_scale_button_get_type
+GtkScaleButtonPrivate
+</SECTION>
+
+<SECTION>
+<FILE>gtkvolumebutton</FILE>
+<TITLE>GtkVolumeButton</TITLE>
+GtkVolumeButton
+gtk_volume_button_new
+<SUBSECTION Standard>
+GTK_VOLUME_BUTTON
+GTK_TYPE_VOLUME_BUTTON
+GTK_IS_VOLUME_BUTTON
+GTK_VOLUME_BUTTON_CLASS
+GTK_IS_VOLUME_BUTTON_CLASS
+GTK_VOLUME_BUTTON_GET_CLASS
+<SUBSECTION Private>
+gtk_volume_button_get_type
+</SECTION>
+
 <SECTION>
 <FILE>gtkcalendar</FILE>
 <TITLE>GtkCalendar</TITLE>
@@ -2976,6 +3013,26 @@ GtkRecentManagerPrivate
 gtk_recent_manager_error_quark
 </SECTION>
 
+<SECTION>
+<FILE>gtkrecentaction</FILE>
+<TITLE>GtkRecentAction</TITLE>
+GtkRecentAction
+gtk_recent_action_new
+gtk_recent_action_new_for_manager
+gtk_recent_action_get_show_numbers
+gtk_recent_action_set_show_numbers
+<SUBSECTION Standard>
+GTK_TYPE_RECENT_ACTION
+GTK_RECENT_ACTION
+GTK_IS_RECENT_ACTION
+GTK_RECENT_ACTION_CLASS
+GTK_IS_RECENT_ACTION_CLASS
+GTK_RECENT_ACTION_GET_CLASS
+<SUBSECTION Private>
+GtkRecentActionPrivate
+gtk_recent_action_get_type
+</SECTION>
+
 <SECTION>
 <FILE>gtkruler</FILE>
 <TITLE>GtkRuler</TITLE>
@@ -4072,6 +4129,25 @@ GTK_TOOLTIPS_GET_CLASS
 gtk_tooltips_get_type
 </SECTION>
 
+<SECTION>
+<FILE>gtktooltip</FILE>
+<TITLE>GtkTooltip</TITLE>
+gtk_tooltip_set_markup
+gtk_tooltip_set_icon
+gtk_tooltip_set_icon_from_stock
+gtk_tooltip_set_custom
+gtk_tooltip_trigger_tooltip_query
+gtk_tooltip_focus_in
+gtk_tooltip_focus_out
+gtk_tooltip_toggle_keyboard_mode
+gtk_tooltip_handle_event
+gtk_tooltip_hide
+<SUBSECTION Standard>
+GTK_TYPE_TOOLTIP
+<SUBSECTION Private>
+gtk_tooltip_get_type
+</SECTION>
+
 <SECTION>
 <FILE>gtktree</FILE>
 <TITLE>GtkTree</TITLE>
@@ -5154,6 +5230,9 @@ gtk_widget_get_action
 gtk_widget_is_composited
 gtk_widget_error_bell
 gtk_widget_keynav_failed
+gtk_widget_get_tooltip_window
+gtk_widget_set_tooltip_window
+gtk_widget_trigger_tooltip_query
 <SUBSECTION>
 gtk_requisition_copy
 gtk_requisition_free
@@ -5272,6 +5351,8 @@ gtk_window_set_icon_list
 gtk_window_set_icon_from_file
 gtk_window_set_icon_name
 gtk_window_set_auto_startup_notification
+gtk_window_get_opacity
+gtk_window_set_opacity
 <SUBSECTION Standard>
 GTK_WINDOW
 GTK_IS_WINDOW
@@ -6234,7 +6315,7 @@ GTK_PRINT_UNIX_DIALOG_CLASS
 GTK_IS_PRINT_UNIX_DIALOG
 GTK_IS_PRINT_UNIX_DIALOG_CLASS
 GTK_PRINT_UNIX_DIALOG_GET_CLASS
-
+GTK_TYPE_PRINT_CAPABILITIES
 <SUBSECTION Private>
 GtkPrintUnixDialogPrivate
 gtk_print_unix_dialog_get_type
diff --git a/docs/reference/gtk/tmpl/gtkrecentaction.sgml b/docs/reference/gtk/tmpl/gtkrecentaction.sgml
new file mode 100644 (file)
index 0000000..41cc386
--- /dev/null
@@ -0,0 +1,73 @@
+<!-- ##### SECTION Title ##### -->
+GtkRecentAction
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT GtkRecentAction ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkRecentAction:show-numbers ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION gtk_recent_action_new ##### -->
+<para>
+
+</para>
+
+@name: 
+@label: 
+@tooltip: 
+@stock_id: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_recent_action_new_for_manager ##### -->
+<para>
+
+</para>
+
+@name: 
+@label: 
+@tooltip: 
+@stock_id: 
+@manager: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_recent_action_get_show_numbers ##### -->
+<para>
+
+</para>
+
+@action: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_recent_action_set_show_numbers ##### -->
+<para>
+
+</para>
+
+@action: 
+@show_numbers: 
+
+
diff --git a/docs/reference/gtk/tmpl/gtkscalebutton.sgml b/docs/reference/gtk/tmpl/gtkscalebutton.sgml
new file mode 100644 (file)
index 0000000..5c7c253
--- /dev/null
@@ -0,0 +1,122 @@
+<!-- ##### SECTION Title ##### -->
+GtkScaleButton
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT GtkScaleButton ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL GtkScaleButton::popdown ##### -->
+<para>
+
+</para>
+
+@scalebutton: the object which received the signal.
+
+<!-- ##### SIGNAL GtkScaleButton::popup ##### -->
+<para>
+
+</para>
+
+@scalebutton: the object which received the signal.
+
+<!-- ##### SIGNAL GtkScaleButton::value-changed ##### -->
+<para>
+
+</para>
+
+@scalebutton: the object which received the signal.
+@arg1: 
+
+<!-- ##### ARG GtkScaleButton:adjustment ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScaleButton:size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScaleButton:value ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION gtk_scale_button_new ##### -->
+<para>
+
+</para>
+
+@size: 
+@min: 
+@max: 
+@step: 
+@icons: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_scale_button_set_adjustment ##### -->
+<para>
+
+</para>
+
+@button: 
+@adjustment: 
+
+
+<!-- ##### FUNCTION gtk_scale_button_set_icons ##### -->
+<para>
+
+</para>
+
+@button: 
+@icons: 
+
+
+<!-- ##### FUNCTION gtk_scale_button_set_value ##### -->
+<para>
+
+</para>
+
+@button: 
+@value: 
+
+
+<!-- ##### FUNCTION gtk_scale_button_get_adjustment ##### -->
+<para>
+
+</para>
+
+@button: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_scale_button_get_value ##### -->
+<para>
+
+</para>
+
+@button: 
+@Returns: 
+
+
diff --git a/docs/reference/gtk/tmpl/gtktooltip.sgml b/docs/reference/gtk/tmpl/gtktooltip.sgml
new file mode 100644 (file)
index 0000000..13eda3c
--- /dev/null
@@ -0,0 +1,66 @@
+<!-- ##### SECTION Title ##### -->
+GtkTooltip
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION gtk_tooltip_set_markup ##### -->
+<para>
+
+</para>
+
+@tooltip: 
+@markup: 
+
+
+<!-- ##### FUNCTION gtk_tooltip_set_icon ##### -->
+<para>
+
+</para>
+
+@tooltip: 
+@pixbuf: 
+
+
+<!-- ##### FUNCTION gtk_tooltip_set_icon_from_stock ##### -->
+<para>
+
+</para>
+
+@tooltip: 
+@stock_id: 
+@size: 
+
+
+<!-- ##### FUNCTION gtk_tooltip_set_custom ##### -->
+<para>
+
+</para>
+
+@tooltip: 
+@custom_widget: 
+
+
+<!-- ##### FUNCTION gtk_tooltip_trigger_tooltip_query ##### -->
+<para>
+
+</para>
+
+@display: 
+
+
diff --git a/docs/reference/gtk/tmpl/gtkvolumebutton.sgml b/docs/reference/gtk/tmpl/gtkvolumebutton.sgml
new file mode 100644 (file)
index 0000000..6577288
--- /dev/null
@@ -0,0 +1,35 @@
+<!-- ##### SECTION Title ##### -->
+GtkVolumeButton
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT GtkVolumeButton ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION gtk_volume_button_new ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+